home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0614 / readme.txt < prev    next >
Text File  |  1996-12-29  |  5KB  |  139 lines

  1.                   Random Signature Generator v1.0
  2.                           Kevin Wells 1996
  3.                            kewells@vt.edu
  4.                         All Rights Reserved
  5.  
  6. 12/29/96
  7.  
  8. Features
  9. --------
  10.  
  11. - Loads & passes command line arguments to email program
  12.  
  13. - Fast generation even with large signature files
  14.  
  15. - Displays the number of the signature that is currently in use by 
  16.   email program
  17.  
  18. - Automatic randomizing of signature
  19.  
  20.  
  21. How to obtain the program & contact the author
  22. ----------------------------------------------
  23. Visit my home page at http://www.vt.edu:10021/K/kewells/
  24. My page will have instructions on how to obtain the program.  
  25. This program only runs under Windows 95 & NT.
  26.  
  27. Legal issues
  28. ------------
  29. This program may be freely copied and distributed.  The author 
  30. reserves all rights to this program.  Please feel free to contact the 
  31. author with any suggestions or improvements you have for the program.
  32.  
  33.  
  34. Installation
  35. ------------
  36. Run setup.exe from within Windows 95 or NT.  Follow the installation
  37. wizard.
  38.  
  39.  
  40. Structure of random signature file
  41. ----------------------------------
  42. This program was initially designed to use the FORTUNES.TXT file 
  43. supplied with Linux.  That file has the following format:
  44.  
  45. Signature1
  46. %
  47. Signature2
  48. %
  49. Signature3
  50.  
  51.  
  52. You must have a % on a blank line at the end of every signature except
  53. the last one. There is no maximum to the length of the signature file.
  54.  
  55. General Use
  56. -----------
  57. The program randomizes your signature every time it loads up.  It also
  58. loads your email program when it loads up if you prefer.  Choose the 
  59. button with a number on it to change signatures.  If you are running
  60. Windows NT 4.0 or Windows 95, and have RandSig hidden, you can click
  61. on the icon in the tray bar to change the signature.  To exit the 
  62. program, choose Options, and then exit program.
  63.  
  64.  
  65. Options Dialog Box
  66. ------------------
  67. This dialog box sets up all of the settings for the program.
  68.  
  69. Email Program: The full path of the executable file of your email
  70. program.  For Eudora Pro & Light users, this will be something like
  71. c:\eudora\eudora.exe
  72.  
  73. Title bar of Email Program: The exact string of what appears on the 
  74. title bar of your email program.  For Eudora Pro users, this is Eudora 
  75. Pro.
  76.  
  77. Signatures: The location of the file that holds all of your 
  78. signatures.  The format of this file is explained below.
  79.  
  80. Email program's signature file: The location of the text file your 
  81. email program uses for its signature.  For Eudora Pro & Light users
  82. using a version less than 3.0, the name of this file is signatur.pce.
  83. For Eudora version 3.0 and greater, the name of this file is
  84. standard.txt located in the Sigs\ subdirectory of the Eudora directory.
  85.  
  86. Non-changing part of signature: This field refers to the part of your 
  87. signature that is static, or doesn't change.  For example my signature 
  88. (before I used the random signature generator) used to be:
  89.  
  90. Kevin Wells
  91. kewells@vt.edu
  92. Virginia Tech Computer Engineering
  93. http://www.vt.edu:10021/K/kewells/
  94.  
  95. What I did was to put the old signature into a text file and added a 
  96. one or two blank lines after it (and three hyphens on a line).  After 
  97. the random signature generator finishes it will make your email 
  98. signature have this structure:
  99.  
  100. <non-changing part of signature>
  101. <random signature pulled from another file>
  102.  
  103. NOTE: Make sure the nonchanging part of your signature is _NOT_ the 
  104. same file as your email signature file!
  105.  
  106. Time between signature changes: (in seconds) Set this to zero if you
  107. do not want your signature changed automatically.
  108.  
  109. Always on top: Self explanatory.
  110.  
  111. Exit with Mailer: Decides whether or not to close the randsig when you 
  112. close your email program
  113.  
  114. Recount signatures: YOU MUST CHOOSE THIS EVERY TIME YOU _MODIFY_ THE 
  115. SIGNATURE FILE.  This will rebuild the index file SIGS.IDX located in 
  116. your email program's directory and will tally up the new signatures 
  117. you have.  Your signatures are automatically recounted when you change 
  118. signature files.  Any modification to the random signature file 
  119. requires a rebuilt index.
  120.  
  121.  
  122.  
  123. Revision History
  124. ----------------
  125.  
  126. v1.0    - First major release (12/29/96)
  127.         - Cosmetic change to the About Box
  128.         - Added setup program
  129.         - Changed settings location in registry
  130.         - Added dialog box for initial run of program
  131. v0.99c  - Second Beta release (11/3/96)
  132.         - Program does not exit anymore before Eudora 
  133.           loads up when "exit with email" option is checked.
  134.         - Passes command line arguments to email program
  135. v0.99b  - First Beta release; Complied using MFC.
  136. v0.99   - Second Alpha release; API calls only
  137. v0.95   - Alpha release; API calls only
  138.  
  139.